// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02B TN_Widget.CreateTable([['Black Veil Brides','Concord Music Hall','Chicago, IL','Friday','5/3/2024','5:30 PM','6149788','Black-Veil-Brides-5-3-2024'],['Zingara','Concord Music Hall','Chicago, IL','Saturday','5/4/2024','9:00 PM','6256982','Zingara-5-4-2024'],['SiM','Concord Music Hall','Chicago, IL','Sunday','5/5/2024','6:00 PM','6093293','SiM-5-5-2024'],['Bear Grillz','Concord Music Hall','Chicago, IL','Friday','5/10/2024','10:00 PM','6217374','Bear-Grillz-5-10-2024'],['Microwave','Concord Music Hall','Chicago, IL','Saturday','5/11/2024','6:00 PM','6250816','Microwave-5-11-2024'],['Microwave','Concord Music Hall','Chicago, IL','Sunday','5/12/2024','6:00 PM','6402629','Microwave-5-12-2024'],['Starset','Concord Music Hall','Chicago, IL','Thursday','5/16/2024','8:00 PM','6080735','Starset-5-16-2024'],['Shygirl','Concord Music Hall','Chicago, IL','Friday','5/17/2024','10:00 PM','6326668','Shygirl-5-17-2024'],['Innellea','Concord Music Hall','Chicago, IL','Saturday','5/18/2024','9:00 PM','6377544','Innellea-5-18-2024'],['Space Laces','Concord Music Hall','Chicago, IL','Friday','5/24/2024','10:00 PM','6269574','Space-Laces-5-24-2024'],['Victory Party','Concord Music Hall','Chicago, IL','Sunday','5/26/2024','9:00 PM','6394291','Victory-Party-5-26-2024'],['The Amity Affliction','Concord Music Hall','Chicago, IL','Wednesday','5/29/2024','4:30 PM','6234422','The-Amity-Affliction-5-29-2024'],['Little Big','Concord Music Hall','Chicago, IL','Friday','5/31/2024','6:30 PM','6218353','Little-Big-5-31-2024'],['Aaron May','Concord Music Hall','Chicago, IL','Saturday','6/1/2024','6:30 PM','6308305','Aaron-May-6-1-2024'],['The Damned','Concord Music Hall','Chicago, IL','Sunday','6/2/2024','7:00 PM','6289511','The-Damned-6-2-2024'],['The Crystal Method & Rabbit In The Moon','Concord Music Hall','Chicago, IL','Saturday','6/8/2024','10:00 PM','6242180','The-Crystal-Method---Rabbit-In-The-Moon-6-8-2024'],['The Super Wrestlers','Concord Music Hall','Chicago, IL','Sunday','6/9/2024','6:00 PM','6323632','The-Super-Wrestlers-6-9-2024'],['Pan Pot','Concord Music Hall','Chicago, IL','Friday','6/14/2024','9:00 PM','6402628','Pan-Pot-6-14-2024'],['Hot Water Music','Concord Music Hall','Chicago, IL','Saturday','6/15/2024','7:00 PM','6156436','Hot-Water-Music-6-15-2024'],['Ghengar','Concord Music Hall','Chicago, IL','Saturday','6/29/2024','10:00 PM','6390002','Ghengar-6-29-2024'],['JXDN','Concord Music Hall','Chicago, IL','Sunday','7/7/2024','5:30 PM','6344066','JXDN-7-7-2024'],['Kloud','Concord Music Hall','Chicago, IL','Saturday','7/13/2024','10:00 PM','6394187','Kloud-7-13-2024'],['Idobi Summer School','Concord Music Hall','Chicago, IL','Tuesday','7/30/2024','4:00 PM','6354895','Idobi-Summer-School-7-30-2024'],['Santigold','Concord Music Hall','Chicago, IL','Saturday','8/17/2024','6:30 PM','6357212','Santigold-8-17-2024'],['Kittie','Concord Music Hall','Chicago, IL','Friday','8/23/2024','6:00 PM','6404452','Kittie-8-23-2024'],['The Lox','Concord Music Hall','Chicago, IL','Saturday','9/7/2024','7:00 PM','6357153','The-Lox-9-7-2024'],['Kneecap','Concord Music Hall','Chicago, IL','Friday','9/27/2024','7:00 PM','6358340','Kneecap-9-27-2024']],'Concord Music Hall','http://www.ticketnetwork.com/ticket/Concord-Music-Hall-events.aspx');